configuration /
network /
interfaces /
vif[ID] /
cluster
CLI REST-API
ipv6
The submenu ipv6 (ipv6) contains the following:
Menus: none
Objects:
enable-cluster (enable cluster option)
mode (cluster-Mode)
ip-address (tcp/IP address)
priority (priority)
Commands: none
See also:
/configuration/network/interfaces/vif[ID]/cluster/ipv6/enable-cluster
/configuration/network/interfaces/vif[ID]/cluster/ipv6/mode
/configuration/network/interfaces/vif[ID]/cluster/ipv6/ip-address
/configuration/network/interfaces/vif[ID]/cluster/ipv6/priority
REST-API Support:
This menu is supported by the REST API:
Method: GET
URL: /api/configuration/network/interfaces/vif.*/cluster/ipv6
Example using curl:
curl /api/configuration/network/interfaces/vif.*/cluster/ipv6
Method: PATCH
URL: /api/configuration/network/interfaces/vif.*/cluster/ipv6
Body:
{
\"objects\": \"new-values\"
}
Example using curl:
curl -X PATCH /api/configuration/network/interfaces/vif.*/cluster/ipv6
-d "{
\"objects\": \"new-values\"
}"